home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 220 / 220.d81 / t.mod crazy 8's < prev    next >
Text File  |  2022-08-26  |  3KB  |  97 lines

  1. u     M O D C R A Z Y  E I G H T S
  2.  
  3.  
  4.     Original Program by Jason Olds
  5.  
  6. Text and Modifications by J. T. Jones
  7.  
  8.  
  9. NOTE: The top of BASIC is lowered to
  10. 56*256=14336 by the program. After
  11. exiting from the program, restore the
  12. top of BASIC to 40960 by typing, on an
  13. otherwise blank line,
  14.  
  15. poke55,0:poke56,160:clr
  16.  
  17. and pressing the RETURN key.
  18.  
  19.  
  20.      On Issue #66 of LOADSTAR,
  21. there is an entertaining card game by
  22. Jason Olds in which you are pitted
  23. against the computer.  The
  24. instructions for the game are
  25. included in the program. The text
  26. file by Fender Tucker that
  27. accompanied the original program is
  28. also on this disk.
  29.  
  30.      Fender mentions that a beta-
  31. tester had occasionally had trouble
  32. with the (original) program "locking
  33. up"; however, he points out that in
  34. his playing the game, he had never
  35. had this problem.  The present author
  36. similarly has never had the
  37. (modified) program "crash" during the
  38. many hands that he has played.
  39.  
  40.      One should add, however, that in
  41. the extremely unlikely situation
  42. where the human player has eighteen
  43. cards showing, that she has not been
  44. able to play, on the very next play
  45. by her, if she draws a card from the
  46. stock, play is halted and the
  47. computer wins the hand and possibly
  48. the game.
  49.  
  50.      If the object file (on this
  51. disk), CRAZY EIGHTS, is disassembled,
  52. one finds that the original author,
  53. Jason Olds, had anticipated this
  54. eventuality, although it is not
  55. mentioned in the original text
  56. material or program instructions.
  57.  
  58.      Like so many of the early
  59. LOADSTAR programs, the original
  60. program can only be LOADed and RUN on
  61. a disk drive having a device number
  62. equal to 8. In those days, the vast
  63. majority of US users had one disk, and
  64. perhaps a casette recorder. With the
  65. present modifications, the program
  66. works with any disk drive having an
  67. allowable device number; however, the
  68. modified program has the drawback of
  69. NOT returning to LOADSTAR, unless
  70. device number 8 is used.
  71.  
  72.      Of course, if necessary, before
  73. LOADing and RUNning the original
  74. program, one can always change the
  75. device number to 8 by using a
  76. suitable program or (for some disk
  77. drives) by setting the dip switches
  78. appropriately; however, I find it
  79. advisable to provide for any
  80. allowable device number to be used
  81. and thus avoid the dreaded
  82. "? device not present" error.
  83.  
  84.  JTJ
  85.  
  86. [NOTE:] So do we. Jeff and Fender
  87. worked hard to get us into the 20th
  88. Century. And a big thanks for Dr. Jack
  89. for "Mod"ing these programs. As with
  90. this program, We will inform you on
  91. the Boot if Drive 8 is expected or if
  92. the program does not return to
  93. LOADSTAR.
  94.  
  95.  DMM
  96.  
  97.  
  98.